home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / CHIP / Porady / Srodowisko PHP-MySQL / WAMP5 1.3 / wamp5_1.3.exe / {app} / php / install.txt < prev    next >
Text File  |  2004-09-24  |  63KB  |  1,442 lines

  1.  
  2. Installing PHP
  3.      _________________________________________________________________
  4.  
  5.    Table of Contents
  6.    1. General Installation Considerations
  7.    2. Installation on Windows systems
  8.  
  9.         Windows Installer
  10.         Manual Installation Steps
  11.         ActiveScript
  12.         Microsoft IIS / PWS
  13.         Apache 1.3.x on Microsft Windows
  14.         Apache 2.0.x on Microsoft Windows
  15.         Sun, iPlanet and Netscape servers on Microsoft Windows
  16.         OmniHTTPd Server
  17.         Sambar Server on Microsoft Windows
  18.         Xitami on Microsoft Windows
  19.         Installation of extensions on Windows
  20.  
  21.    3. Problems?
  22.  
  23.         Read the FAQ
  24.         Other problems
  25.         Bug reports
  26.  
  27.    4. Runtime Configuration
  28.  
  29.         The configuration file
  30.         How to change configuration settings
  31.      _________________________________________________________________
  32.  
  33. Chapter 1. General Installation Considerations
  34.  
  35.    Before starting the installation, first you need to know what do you
  36.    want to use PHP for. There are three main fields you can use PHP, as
  37.    described in the What can PHP do? section:
  38.  
  39.      * Server-side scripting
  40.      * Command line scripting
  41.      * Client-side GUI applications
  42.  
  43.    For the first and most common form, you need three things: PHP itself,
  44.    a web server and a web browser. You probably already have a web
  45.    browser, and depending on your operating system setup, you may also
  46.    have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
  47.    You may also rent webspace at a company. This way, you don't need to
  48.    set up anything on your own, only write your PHP scripts, upload it to
  49.    the server you rent, and see the results in your browser.
  50.  
  51.    While setting up the server and PHP on your own, you have two choices
  52.    for the method of connecting PHP to the server. For many servers PHP
  53.    has a direct module interface (also called SAPI). These servers
  54.    include Apache, Microsoft Internet Information Server, Netscape and
  55.    iPlanet servers. Many other servers have support for ISAPI, the
  56.    Microsoft module interface (OmniHTTPd for example). If PHP has no
  57.    module support for your web server, you can always use it as a CGI or
  58.    FastCGI processor. This means you set up your server to use the CGI
  59.    executable of PHP to process all PHP file requests on the server.
  60.  
  61.    If you are also interested to use PHP for command line scripting (e.g.
  62.    write scripts autogenerating some images for you offline, or
  63.    processing text files depending on some arguments you pass to them),
  64.    you always need the command line executable. For more information,
  65.    read the section about writing command line PHP applications. In this
  66.    case, you need no server and no browser.
  67.  
  68.    With PHP you can also write desktop GUI applications using the PHP-GTK
  69.    extension. This is a completely different approach than writing web
  70.    pages, as you do not output any HTML, but manage windows and objects
  71.    within them. For more information about PHP-GTK, please visit the site
  72.    dedicated to this extension. PHP-GTK is not included in the official
  73.    PHP distribution.
  74.  
  75.    From now on, this section deals with setting up PHP for web servers on
  76.    Unix and Windows with server module interfaces and CGI executables.
  77.    You will also find information on the command line executable in the
  78.    following sections.
  79.  
  80.    PHP source code and binary distributions for Windows can be found at
  81.    http://www.php.net/downloads.php. We recommend you to choose a mirror
  82.    nearest to you for downloading the distributions.
  83.      _________________________________________________________________
  84.  
  85. Chapter 2. Installation on Windows systems
  86.  
  87.    This section applies to Windows 98/Me and Windows NT/2000/XP/2003. PHP
  88.    will not work on 16 bit platforms such as Windows 3.1 and sometimes we
  89.    refer to the supported Windows platforms as Win32. Windows 95 is no
  90.    longer supported as of PHP 4.3.0.
  91.  
  92.    There are two main ways to install PHP for Windows: either manually or
  93.    by using the installer.
  94.  
  95.    If you have Microsoft Visual Studio, you can also build PHP from the
  96.    original source code.
  97.  
  98.    Once you have PHP installed on your Windows system, you may also want
  99.    to load various extensions for added functionality.
  100.  
  101.    Warning
  102.  
  103.    There are several all-in-one installers over the Internet, but none of
  104.    those are endorsed by PHP.net, as we believe that the manual
  105.    installation is the best choice to have your system secure and
  106.    optimised.
  107.      _________________________________________________________________
  108.  
  109. Windows Installer
  110.  
  111.    The Windows PHP installer is available from the downloads page at
  112.    http://www.php.net/downloads.php. This installs the CGI version of PHP
  113.    and for IIS, PWS, and Xitami, it configures the web server as well.
  114.    The installer does not include any extra external PHP extensions
  115.    (php_*.dll) as you'll only find those in the Windows Zip Package and
  116.    PECL downloads.
  117.  
  118.      Note: While the Windows installer is an easy way to make PHP work,
  119.      it is restricted in many aspects as, for example, the automatic
  120.      setup of extensions is not supported. Use of the installer isn't
  121.      the preferred method for installing PHP.
  122.  
  123.    First, install your selected HTTP (web) server on your system, and
  124.    make sure that it works.
  125.  
  126.    Run the executable installer and follow the instructions provided by
  127.    the installation wizard. Two types of installation are supported -
  128.    standard, which provides sensible defaults for all the settings it
  129.    can, and advanced, which asks questions as it goes along.
  130.  
  131.    The installation wizard gathers enough information to set up the
  132.    php.ini file, and configure certain web servers to use PHP. With IIS
  133.    or PWS on a NT Workstation, a list of all the nodes on the server with
  134.    script map settings is displayed, and you can choose those nodes to
  135.    which you wish to add the PHP script mappings. One of the web servers
  136.    the PHP installer does not configure for is Apache, so you'll need to
  137.    configure it manually.
  138.  
  139.    Once the installation has completed, the installer will inform you if
  140.    you need to restart your system, restart the server, or just start
  141.    using PHP.
  142.  
  143.    Warning
  144.  
  145.    Be aware, that this setup of PHP is not secure. If you would like to
  146.    have a secure PHP setup, you'd better go on the manual way, and set
  147.    every option carefully. This automatically working setup gives you an
  148.    instantly working PHP installation, but it is not meant to be used on
  149.    online servers.
  150.      _________________________________________________________________
  151.  
  152. Manual Installation Steps
  153.  
  154.    This install guide will help you manually install and configure PHP
  155.    with a web server on Microsoft Windows. To get started you'll need to
  156.    download the zip binary distribution from the downloads page at
  157.    http://www.php.net/downloads.php.
  158.  
  159.    Although there are many all-in-one installation kits, and we also
  160.    distribute a PHP installer for Microsoft Windows, we recommend you
  161.    take the time to setup PHP yourself as this will provide you with a
  162.    better understanding of the system, and enables you to install PHP
  163.    extensions easily when needed.
  164.  
  165.      Upgrading from a previous PHP version: Previous editions of the
  166.      manual suggest moving various ini and DLL files into your SYSTEM
  167.      (i.e. C:\WINDOWS) folder and while this simplifies the installation
  168.      procedure it makes upgrading difficult. We advise you remove all of
  169.      these files (like php.ini and PHP related DLLs from the Windows
  170.      SYSTEM folder) before moving on with a new PHP installation. Be
  171.      sure to backup these files as you might break the entire system.
  172.      The old php.ini might be useful in setting up the new PHP as well.
  173.      And as you'll soon learn, the preferred method for installing PHP
  174.      is to keep all PHP related files in one directory and have this
  175.      directory available to your systems PATH.
  176.  
  177.      MDAC requirements: If you use Microsoft Windows 98/NT4 download the
  178.      latest version of the Microsoft Data Access Components (MDAC) for
  179.      your platform. MDAC is available at
  180.      http://msdn.microsoft.com/data/. This requirement exists because
  181.      ODBC is built into the distributed Windows binaries.
  182.  
  183.    The following steps should be completed on all installations before
  184.    any server specific instructions are performed:
  185.  
  186.    Extract the distribution file into a directory of your choice. If you
  187.    are installing PHP 4, extract to C:\, as the zip file expands to a
  188.    foldername like php-4.3.7-Win32. If you are installing PHP 5, extract
  189.    to C:\php as the zip file doesn't expand as in PHP 4. You may choose a
  190.    different location but do not have spaces in the path (like C:\Program
  191.    Files\PHP) as some web servers will crash if you do.
  192.  
  193.    The directory structure extracted from the zip is different for PHP
  194.    versions 4 and 5 and look like as follows:
  195.  
  196.    Example 2-1. PHP 4 package structure
  197. c:\php
  198.    |
  199.    +--cli
  200.    |  |
  201.    |  |-php.exe           -- CLI executable - ONLY for commandline scripting
  202.    |
  203.    +--dlls                -- support DLLs required by some extensions
  204.    |  |
  205.    |  |-expat.dll
  206.    |  |
  207.    |  |-fdftk.dll
  208.    |  |
  209.    |  |-...
  210.    |
  211.    +--extensions          -- extension DLLs for PHP
  212.    |  |
  213.    |  |-php_bz2.dll
  214.    |  |
  215.    |  |-php_cpdf.dll
  216.    |  |
  217.    |  |-..
  218.    |
  219.    +--mibs                -- support files for SNMP
  220.    |
  221.    +--openssl             -- support files for Openssl
  222.    |
  223.    +--pdf-related         -- support files for PDF
  224.    |
  225.    +--sapi                -- SAPI (server module support) DLLs
  226.    |  |
  227.    |  |-php4activescript.dll
  228.    |  |
  229.    |  |-php4apache.dll
  230.    |  |
  231.    |  |-php4apache2.dll
  232.    |  |
  233.    |  |-..
  234.    |
  235.    +--PEAR                -- initial copy of PEAR
  236.    |
  237.    |
  238.    |-go-pear.bat          -- PEAR setup script
  239.    |
  240.    |-..
  241.    |
  242.    |-php.exe              -- CGI executable
  243.    |
  244.    |-..
  245.    |
  246.    |-php.ini-dist         -- default php.ini settings
  247.    |
  248.    |-php.ini-recommended  -- recommended php.ini settings
  249.    |
  250.    |-php4ts.dll           -- core PHP DLL
  251.    |
  252.    |-...
  253.  
  254.    Or:
  255.  
  256.    Example 2-2. PHP 5 package structure
  257. c:\php
  258.    |
  259.    +--dev
  260.    |  |
  261.    |  |-php5ts.lib
  262.    |
  263.    +--ext                 -- extension DLLs for PHP
  264.    |  |
  265.    |  |-php_bz2.dll
  266.    |  |
  267.    |  |-php_cpdf.dll
  268.    |  |
  269.    |  |-..
  270.    |
  271.    +--extras
  272.    |  |
  273.    |  +--mibs             -- support files for SNMP
  274.    |  |
  275.    |  +--openssl          -- support files for Openssl
  276.    |  |
  277.    |  +--pdf-related      -- support files for PDF
  278.    |  |
  279.    |  |-mime.magic
  280.    |
  281.    +--pear                -- initial copy of PEAR
  282.    |
  283.    |
  284.    |-go-pear.bat          -- PEAR setup script
  285.    |
  286.    |-fdftk.dll
  287.    |
  288.    |-..
  289.    |
  290.    |-php-cgi.exe          -- CGI executable
  291.    |
  292.    |-php-win.exe          -- executes scripts without an opened command prompt
  293.    |
  294.    |-php.exe              -- CLI executable - ONLY for command line scripting
  295.    |
  296.    |-..
  297.    |
  298.    |-php.ini-dist         -- default php.ini settings
  299.    |
  300.    |-php.ini-recommended  -- recommended php.ini settings
  301.    |
  302.    |-php5activescript.dll
  303.    |
  304.    |-php5apache.dll
  305.    |
  306.    |-php5apache2.dll
  307.    |
  308.    |-..
  309.    |
  310.    |-php5ts.dll           -- core PHP DLL
  311.    |
  312.    |-...
  313.  
  314.    Notice the differences and similarities. Both PHP 4 and PHP 5 have a
  315.    CGI executable, a CLI executable, and server modules, but they are
  316.    located in different folders and/or have different names. While PHP 4
  317.    packages have the server modules in the sapi folder, PHP 5
  318.    distributions have no such directory and instead they're in the PHP
  319.    folder root. The supporting DLLs for the PHP 5 extensions are also not
  320.    in a seperate directory.
  321.  
  322.      Note: In PHP 4, you should move all files located in the dll and
  323.      sapi folders to the main folder (e.g. C:\php).
  324.  
  325.    Here is a list of server modules shipped with PHP 4 and PHP 5:
  326.  
  327.      * sapi/php4activescript.dll (php5activescript.dll) - ActiveScript
  328.        engine, allowing you to embed PHP in your Windows applications.
  329.      * sapi/php4apache.dll (php5apache.dll) - Apache 1.3.x module.
  330.      * sapi/php4apache2.dll (php5apache2.dll) - Apache 2.0.x module.
  331.      * sapi/php4isapi.dll (php5isapi.dll) - ISAPI Module for ISAPI
  332.        compliant web servers like IIS 4.0/PWS 4.0 or newer.
  333.      * sapi/php4nsapi.dll (php5nsapi.dll) - Sun/iPlanet/Netscape server
  334.        module.
  335.      * sapi/php4pi3web.dll (no equivalent in PHP 5) - Pi3Web server
  336.        module.
  337.  
  338.    Server modules provide significantly better performance and additional
  339.    functionality compared to the CGI binary. The CLI version is designed
  340.    to let you use PHP for command line scripting. More information about
  341.    CLI is available in the chapter about using PHP from the command line.
  342.  
  343.    Warning
  344.  
  345.    The SAPI modules have been significantly improved as of the 4.1
  346.    release, however, in older systems you may encounter server errors or
  347.    other server modules failing, such as ASP.
  348.  
  349.    The CGI and CLI binaries, and the web server modules all require the
  350.    php4ts.dll (php5ts.dll) file to be available to them. You have to make
  351.    sure that this file can be found by your PHP installation. The search
  352.    order for this DLL is as follows:
  353.  
  354.      * The same directory from where php.exe is called, or in case you
  355.        use a SAPI module, the web server's directory (e.g. C:\Program
  356.        Files\Apache Group\Apache2\bin).
  357.      * Any directory in your Windows PATH environment variable.
  358.  
  359.    To make php4ts.dll / php5ts.dll available you have three options: copy
  360.    the file to the Windows system directory, copy the file to the web
  361.    server's directory, or add your PHP directory, C:\php to the PATH. For
  362.    better maintenance, we advise you to follow the last option, add
  363.    C:\php to the PATH, because it will be simpler to upgrade PHP in the
  364.    future. Read more about how to add your PHP directory to PATH in the
  365.    corresponding FAQ entry.
  366.  
  367.    The next step is to set up a valid configuration file for PHP,
  368.    php.ini. There are two ini files distributed in the zip file,
  369.    php.ini-dist and php.ini-recommended. We advise you to use
  370.    php.ini-recommended, because we optimized the default settings in this
  371.    file for performance, and security. Read this well documented file
  372.    carefully because it has changes from php.ini-dist that will
  373.    drastically affect your setup. Some examples are display_errors being
  374.    off and magic_quotes_gpc being off. In addition to reading these,
  375.    study the ini settings and set every element manually yourself. If you
  376.    would like to achieve the best security, then this is the way for you,
  377.    although PHP works fine with these default ini files. Copy your chosen
  378.    ini-file to a directory that PHP is able to find and rename it to
  379.    php.ini. PHP searches for php.ini in the following locations (in
  380.    order):
  381.  
  382.      * PHPIniDir directive (Apache 2 module only)
  383.      * HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath
  384.      * The PHPRC environment variable
  385.      * Directory of PHP (for CLI), or the web server's directory (for
  386.        SAPI modules)
  387.      * Windows directory (C:\windows or C:\winnt)
  388.  
  389.    If you are running Apache 2, the simpler option is to use the
  390.    PHPIniDir directive (read the installation on Apache 2 page),
  391.    otherwise your best option is to set the PHPRC environment variable.
  392.    This process is explained in the following FAQ entry.
  393.  
  394.      Note: If you're using NTFS on Windows NT, 2000, XP or 2003, make
  395.      sure that the user running the web server has read permissions to
  396.      your php.ini (e.g. make it readable by Everyone).
  397.  
  398.    The following steps are optional:
  399.  
  400.      * Edit your new php.ini file. If you plan to use OmniHTTPd, do not
  401.        follow the next step. Set the doc_root to point to your web
  402.        servers document_root. For example:
  403.  
  404. doc_root = c:\inetpub       // for IIS/PWS
  405.  
  406. doc_root = c:\apache\htdocs // for Apache
  407.  
  408.      * Choose the extensions you would like to load when PHP starts. See
  409.        the section about Windows extensions, about how to set up one, and
  410.        what is already built in. Note that on a new installation it is
  411.        advisable to first get PHP working and tested without any
  412.        extensions before enabling them in php.ini.
  413.      * On PWS and IIS, you can set the browscap configuration setting to
  414.        point to: c:\windows\system\inetsrv\browscap.ini on Windows 9x/Me,
  415.        c:\winnt\system32\inetsrv\browscap.ini on NT/2000, and
  416.        c:\windows\system32\inetsrv\browscap.ini on XP. For an up-to-date
  417.        browscap.ini, read the following FAQ.
  418.  
  419.    PHP is now setup on your system. The next step is to choose a web
  420.    server, and enable it to run PHP. Choose a webserver from the table of
  421.    contents.
  422.      _________________________________________________________________
  423.  
  424. ActiveScript
  425.  
  426.    This section contains notes specific to the ActiveScript installation.
  427.  
  428.    ActiveScript is a windows only SAPI that enables you to use PHP script
  429.    in any ActiveScript compliant host, like Windows Script Host,
  430.    ASP/ASP.NET, Windows Script Components or Microsoft Scriptlet control.
  431.  
  432.    As of PHP 5.0.1, ActiveScript has been moved to the PECL repository.
  433.    You may download this PECL extensions DLL from the PHP Downloads page
  434.    or at http://snaps.php.net/.
  435.  
  436.      Note: You should read the manual installation steps first!
  437.  
  438.    After installing PHP, you should download the ActiveScript DLL
  439.    (php5activescript.dll) and place it in the main PHP folder (e.g.
  440.    C:\php).
  441.  
  442.    After having all the files needed, you must register the DLL on your
  443.    system. To achieve this, open a Command Prompt window (located in the
  444.    Start Menu). Then go to your PHP directory by typing something like cd
  445.    C:\php. To register the DLL just type regsvr32 php5activescript.dll.
  446.  
  447.    To test if ActiveScript is working, create a new file, named test.wsf
  448.    (the extension is very important) and type:
  449. <job id="test">
  450.  
  451.  <script language="PHPScript">
  452.   $WScript->Echo("Hello World!");
  453.  </script>
  454.  
  455. </job>
  456.  
  457.    Save and double-click on the file. If you receive a little window
  458.    saying "Hello World!" you're done.
  459.  
  460.      Note: ActiveScript doesn't use the default php.ini file. Instead,
  461.      it will look only in the same directory as the .exe that caused it
  462.      to load. You should create php-activescript.ini and place it in
  463.      that folder, if you wish to load extensions, etc.
  464.      _________________________________________________________________
  465.  
  466. Microsoft IIS / PWS
  467.  
  468.    This section contains notes and hints specific to IIS (Microsoft
  469.    Internet Information Server). We have included installation
  470.    instructions for PWS/IIS 3, PWS 4 or newer and IIS 4 or newer
  471.    versions.
  472.  
  473.      Important for CGI users: Read the faq on cgi.force_redirect for
  474.      important details. This directive needs to be set to 0.
  475.  
  476.    Warning
  477.  
  478.    By using the CGI setup, your server is open to several possible
  479.    attacks. Please read our CGI security section to learn how to defend
  480.    yourself from those attacks.
  481.      _________________________________________________________________
  482.  
  483. Windows and PWS/IIS 3
  484.  
  485.    The recommended method for configuring these servers is to use the REG
  486.    file included with the distribution (pws-php4cgi.reg in the SAPI
  487.    folder for PHP 4, or pws-php5cgi.reg in the main folder for PHP 5).
  488.    You may want to edit this file and make sure the extensions and PHP
  489.    install directories match your configuration. Or you can follow the
  490.    steps below to do it manually.
  491.  
  492.    Warning
  493.  
  494.    These steps involve working directly with the Windows registry. One
  495.    error here can leave your system in an unstable state. We highly
  496.    recommend that you back up your registry first. The PHP Development
  497.    team will not be held responsible if you damage your registry.
  498.  
  499.      * Run Regedit.
  500.      * Navigate to: HKEY_LOCAL_MACHINE /System /CurrentControlSet
  501.        /Services /W3Svc /Parameters /ScriptMap.
  502.      * On the edit menu select: New->String Value.
  503.      * Type in the extension you wish to use for your php scripts. For
  504.        example .php
  505.      * Double click on the new string value and enter the path to php.exe
  506.        in the value data field. ex: C:\php\php.exe for PHP 4, or
  507.        C:\php\php-cgi.exe for PHP 5.
  508.      * Repeat these steps for each extension you wish to associate with
  509.        PHP scripts.
  510.  
  511.    The following steps do not affect the web server installation and only
  512.    apply if you want your PHP scripts to be executed when they are run
  513.    from the command line (ex. run C:\myscripts\test.php) or by double
  514.    clicking on them in a directory viewer window. You may wish to skip
  515.    these steps as you might prefer the PHP files to load into a text
  516.    editor when you double click on them.
  517.  
  518.      * Navigate to: HKEY_CLASSES_ROOT
  519.      * On the edit menu select: New->Key.
  520.      * Name the key to the extension you setup in the previous section.
  521.        ex: .php
  522.      * Highlight the new key and in the right side pane, double click the
  523.        "default value" and enter phpfile.
  524.      * Repeat the last step for each extension you set up in the previous
  525.        section.
  526.      * Now create another New->Key under HKEY_CLASSES_ROOT and name it
  527.        phpfile.
  528.      * Highlight the new key phpfile and in the right side pane, double
  529.        click the "default value" and enter PHP Script.
  530.      * Right click on the phpfile key and select New->Key, name it Shell.
  531.      * Right click on the Shell key and select New->Key, name it open.
  532.      * Right click on the open key and select New->Key, name it command.
  533.      * Highlight the new key command and in the right side pane, double
  534.        click the "default value" and enter the path to php.exe. ex:
  535.        c:\php\php.exe -q %1. (don't forget the %1).
  536.      * Exit Regedit.
  537.      * If using PWS on Windows, reboot to reload the registry.
  538.  
  539.    PWS and IIS 3 users now have a fully operational system. IIS 3 users
  540.    can use a nifty tool from Steven Genusa to configure their script
  541.    maps.
  542.      _________________________________________________________________
  543.  
  544. Windows and PWS 4 or newer
  545.  
  546.    When installing PHP on Windows with PWS 4 or newer version, you have
  547.    two options. One to set up the PHP CGI binary, the other is to use the
  548.    ISAPI module DLL.
  549.  
  550.    If you choose the CGI binary, do the following:
  551.  
  552.      * Edit the enclosed pws-php4cgi.reg / pws-php5cgi.reg file (look
  553.        into the SAPI folder for PHP 4, or in the main folder for PHP 5)
  554.        to reflect the location of your php.exe / php-cgi.exe. Backslashes
  555.        should be escaped, for example:
  556.        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parame
  557.        ters\Script Map] ".php"="C:\\php\\php.exe" (change to
  558.        C:\\php\\php-cgi.exe if you are using PHP 5) Now merge this
  559.        registery file into your system; you may do this by
  560.        double-clicking it.
  561.      * In the PWS Manager, right click on a given directory you want to
  562.        add PHP support to, and select Properties. Check the 'Execute'
  563.        checkbox, and confirm.
  564.  
  565.    If you choose the ISAPI module, do the following:
  566.  
  567.      * Edit the enclosed pws-php4isapi.reg / pws-php5isapi.reg file (look
  568.        into the SAPI folder for PHP 4, or in the main folder for PHP 5)
  569.        to reflect the location of your php4isapi.dll / php5isapi.dll.
  570.        Backslashes should be escaped, for example:
  571.        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parame
  572.        ters\Script Map] ".php"="C:\\php\\sapi\\php4isapi.dll" (or
  573.        C:\\php\\php5isapi.dll for PHP 5) Now merge this registery file
  574.        into your system; you may do this by double-clicking it.
  575.      * In the PWS Manager, right click on a given directory you want to
  576.        add PHP support to, and select Properties. Check the 'Execute'
  577.        checkbox, and confirm.
  578.      _________________________________________________________________
  579.  
  580. Windows NT/2000/XP and IIS 4 or newer
  581.  
  582.    To install PHP on an NT/2000/XP Server running IIS 4 or newer, follow
  583.    these instructions. You have two options to set up PHP, using the CGI
  584.    binary (php.exe in PHP 4, or php-cgi.exe in PHP 5) or with the ISAPI
  585.    module.
  586.  
  587.    In either case, you need to start the Microsoft Management Console
  588.    (may appear as 'Internet Services Manager', either in your Windows NT
  589.    4.0 Option Pack branch or the Control Panel=>Administrative Tools
  590.    under Windows 2000/XP). Then right click on your Web server node (this
  591.    will most probably appear as 'Default Web Server'), and select
  592.    'Properties'.
  593.  
  594.    If you want to use the CGI binary, do the following:
  595.  
  596.      * Under 'Home Directory', 'Virtual Directory', or 'Directory', click
  597.        on the 'Configuration' button, and then enter the App Mappings
  598.        tab.
  599.      * Click Add, and in the Executable box, type: C:\php\php.exe for PHP
  600.        4 or C:\php\php-cgi.exe for PHP 5 (assuming that you have unziped
  601.        PHP in c:\php\).
  602.      * In the Extension box, type the file name extension you want
  603.        associated with PHP scripts. Leave 'Method exclusions' blank, and
  604.        check the 'Script engine' checkbox. You may also like to check the
  605.        'check that file exists' box - for a small performance penalty,
  606.        IIS (or PWS) will check that the script file exists and sort out
  607.        authentication before firing up PHP. This means that you will get
  608.        sensible 404 style error messages instead of CGI errors
  609.        complaining that PHP did not output any data.
  610.        You must start over from the previous step for each extension you
  611.        want associated with PHP scripts. .php and .phtml are common,
  612.        although .php3 may be required for legacy applications.
  613.      * Set up the appropriate security. (This is done in Internet Service
  614.        Manager), and if your NT Server uses NTFS file system, add execute
  615.        rights for I_USR_ to the directory that contains php.exe /
  616.        php-cgi.exe.
  617.  
  618.    To use the ISAPI module, do the following:
  619.  
  620.      * If you don't want to perform HTTP Authentication using PHP, you
  621.        can (and should) skip this step. Under ISAPI Filters, add a new
  622.        ISAPI filter. Use PHP as the filter name, and supply a path to the
  623.        php4isapi.dll / php5isapi.dll.
  624.      * Under 'Home Directory', click on the 'Configuration' button. Add a
  625.        new entry to the Application Mappings. Use the path to the
  626.        php4isapi.dll / php5isapi.dll as the Executable, supply .php as
  627.        the extension, leave 'Method exclusions' blank, and check the
  628.        'Script engine' checkbox.
  629.      * Stop IIS completely (NET STOP iisadmin)
  630.      * Start IIS again (NET START w3svc)
  631.      _________________________________________________________________
  632.  
  633. Apache 1.3.x on Microsft Windows
  634.  
  635.    This section contains notes and hints specific to Apache 1.3.x
  636.    installs of PHP on Microsoft Windows systems. We also have
  637.    instructions and notes for Apache 2 on a separate page.
  638.  
  639.      Note: You should read the manual installation steps first!
  640.  
  641.    There are two ways to set up PHP to work with Apache 1.3.x on Windows.
  642.    One is to use the CGI binary (php.exe for PHP 4 and php-cgi.exe for
  643.    PHP 5), the other is to use the Apache module DLL. In either case you
  644.    need to edit your httpd.conf to configure Apache to work with PHP, and
  645.    then restart the server.
  646.  
  647.    It is worth noting here that now the SAPI module has been made more
  648.    stable under Windows, we recommend it's use above the CGI binary,
  649.    since it is more transparent and secure.
  650.  
  651.    Although there can be a few variations of configuring PHP under
  652.    Apache, these are simple enough to be used by the newcomer. Please
  653.    consult the Apache Documentation for further configuration directives.
  654.  
  655.    After changing the configuration file, remember to restart the server,
  656.    for example, NET STOP APACHE followed by NET START APACHE, if you run
  657.    Apache as a Windows Service, or use your regular shortcuts.
  658.  
  659.      Note: Remember that when adding path values in the Apache
  660.      configuration files on Windows, all backslashes such as
  661.      c:\directory\file.ext must be converted to forward slashes, as
  662.      c:/directory/file.ext.
  663.      _________________________________________________________________
  664.  
  665. Installing as a CGI binary
  666.  
  667.    If you unziped the PHP package to C:\php\ as described in the Manual
  668.    Installation Steps section, you need to insert these lines to your
  669.    Apache configuration file to set up the CGI binary:
  670.  
  671.    Example 2-3. PHP and Apache 1.3.x as CGI
  672. ScriptAlias /php/ "c:/php/"
  673. AddType application/x-httpd-php .php
  674.  
  675. # For PHP 4
  676. Action application/x-httpd-php "/php/php.exe"
  677.  
  678. # For PHP 5
  679. Action application/x-httpd-php "/php/php-cgi.exe"
  680.  
  681. # specify the directory where php.ini is
  682. SetEnv PHPRC C:/php
  683.  
  684.    Note that the second line in the list above can be found in the actual
  685.    versions of httpd.conf, but it is commented out. Remember also to
  686.    substitute the c:/php/ for your actual path to PHP.
  687.  
  688.    Warning
  689.  
  690.    By using the CGI setup, your server is open to several possible
  691.    attacks. Please read our CGI security section to learn how to defend
  692.    yourself from those attacks.
  693.  
  694.    If you would like to present PHP source files syntax highlighted,
  695.    there is no such convinient option as with the module version of PHP.
  696.    If you chose to configure Apache to use PHP as a CGI binary, you will
  697.    need to use the show_source() function. To do this simply create a PHP
  698.    script file and add this code: <?php
  699.    show_source("original_php_script.php"); ?>. Substitute
  700.    original_php_script.php with the name of the file you wish to show the
  701.    source of.
  702.      _________________________________________________________________
  703.  
  704. Installing as an Apache module
  705.  
  706.    You should add the following lines to your Apache httpd.conf file:
  707.  
  708.    Example 2-4. PHP as an Apache 1.3.x module
  709. AddType application/x-httpd-php .php
  710.  
  711. # For PHP 4
  712. LoadModule php4_module "c:/php/sapi/php4apache.dll"
  713.  
  714. # For PHP 5
  715. LoadModule php5_module "c:/php/php5apache.dll"
  716.  
  717. # specify the directory where php.ini is
  718. SetEnv PHPRC C:/php
  719.  
  720.    You may find after using the Windows installer for Apache that you
  721.    need to define the AddModule directive for mod_php4.c. This is
  722.    especially important if the ClearModuleList directive is defined,
  723.    which you will find by scrolling down a few lines. You will see a list
  724.    of AddModule entries, add the following line at the end of the list:
  725.    AddModule mod_php4.c. For PHP 5, instead use AddModule mod_php5.c
  726.  
  727.    If you would like to use the source code highlighting feature, you
  728.    need to add the following line to your httpd.conf: AddType
  729.    application/x-httpd-php-source .phps. This should be inserted at the
  730.    same place where you inserted AddType application/x-httpd-php .php
  731.    above). With this setup, all files served with the .phps extension
  732.    will be syntax highlighted for the browser.
  733.      _________________________________________________________________
  734.  
  735. Apache 2.0.x on Microsoft Windows
  736.  
  737.    This section contains notes and hints specific to Apache 2.0.x
  738.    installs of PHP on Microsoft Windows systems. We also have
  739.    instructions and notes for Apache 1.3.x users on a separate page.
  740.  
  741.      Note: You should read the manual installation steps first!
  742.  
  743.    Warning
  744.  
  745.    Do not use Apache 2.0.x and PHP in a production environment neither on
  746.    Unix nor on Windows. For information on why, read the following FAQ
  747.    entry
  748.  
  749.    You are highly encouraged to take a look at the Apache Documentation
  750.    to get a basic understanding of the Apache 2.0.x Server. Also consider
  751.    to read the Windows specific notes for Apache 2.0.x before reading on
  752.    here.
  753.  
  754.      PHP and Apache 2.0.x compatibility notes: The following versions of
  755.      PHP are known to work with the most recent version of Apache 2.0.x:
  756.  
  757.      * PHP 4.3.0 or later available at http://www.php.net/downloads.php.
  758.      * the latest stable development version. Get the source code
  759.        http://snaps.php.net/php4-latest.tar.gz or download binaries for
  760.        Windows http://snaps.php.net/win32/php4-win32-latest.zip.
  761.      * a prerelease version downloadable from http://qa.php.net/.
  762.      * you have always the option to obtain PHP through anonymous CVS.
  763.  
  764.      These versions of PHP are compatible to Apache 2.0.40 and later.
  765.  
  766.      Apache 2.0 SAPI-support started with PHP 4.2.0. PHP 4.2.3 works
  767.      with Apache 2.0.39, don't use any other version of Apache with PHP
  768.      4.2.3. However, the recommended setup is to use PHP 4.3.0 or later
  769.      with the most recent version of Apache2.
  770.  
  771.      All mentioned versions of PHP will work still with Apache 1.3.x.
  772.  
  773.    Warning
  774.  
  775.    Apache 2.0.x is designed to run on Windows NT 4.0, Windows 2000 or
  776.    Windows XP. At this time, support for Windows 9x is incomplete. Apache
  777.    2.0.x is not expected to work on those platforms at this time.
  778.  
  779.    Download the most recent version of Apache 2.0.x and a fitting PHP
  780.    version. Follow the Manual Installation Steps and come back to go on
  781.    with the integration of PHP and Apache.
  782.  
  783.    There are two ways to set up PHP to work with Apache 2.0.x on Windows.
  784.    One is to use the CGI binary the other is to use the Apache module
  785.    DLL. In either case you need to edit your httpd.conf to configure
  786.    Apache to work with PHP and then restart the server.
  787.  
  788.      Note: Remember that when adding path values in the Apache
  789.      configuration files on Windows, all backslashes such as
  790.      c:\directory\file.ext must be converted to forward slashes, as
  791.      c:/directory/file.ext.
  792.      _________________________________________________________________
  793.  
  794. Installing as a CGI binary
  795.  
  796.    You need to insert these three lines to your Apache httpd.conf
  797.    configuration file to set up the CGI binary:
  798.  
  799.    Example 2-5. PHP and Apache 2.0 as CGI
  800. ScriptAlias /php/ "c:/php/"
  801. AddType application/x-httpd-php .php
  802.  
  803. # For PHP 4
  804. Action application/x-httpd-php "/php/php.exe"
  805.  
  806. # For PHP 5
  807. Action application/x-httpd-php "/php/php-cgi.exe"
  808.  
  809.    Warning
  810.  
  811.    By using the CGI setup, your server is open to several possible
  812.    attacks. Please read our CGI security section to learn how to defend
  813.    yourself from those attacks.
  814.      _________________________________________________________________
  815.  
  816. Installing as an Apache module
  817.  
  818.    You need to insert these two lines to your Apache httpd.conf
  819.    configuration file to set up the PHP module for Apache 2.0:
  820.  
  821.    Example 2-6. PHP and Apache 2.0 as Module
  822. # For PHP 4 do something like this:
  823. LoadModule php4_module "c:/php/sapi/php4apache2.dll"
  824. AddType application/x-httpd-php .php
  825.  
  826. # For PHP 5 do something like this:
  827. LoadModule php5_module "c:/php/php5apache2.dll"
  828. AddType application/x-httpd-php .php
  829.  
  830. # configure the path to php.ini
  831. PHPIniDir "C:/php"
  832.  
  833.      Note: Remember to substitute the c:/php/ for your actual path to
  834.      PHP in the above examples. Take care to use either php4apache2.dll
  835.      or php5apache2.dll in your LoadModule directive and not
  836.      php4apache.dll or php5apache.dll as the latter ones are designed to
  837.      run with Apache 1.3.x.
  838.  
  839.    Warning
  840.  
  841.    Don't mix up your installation with DLL files from different PHP
  842.    versions. You have the only choice to use the DLL's and extensions
  843.    that ship with your downloaded PHP version.
  844.      _________________________________________________________________
  845.  
  846. Sun, iPlanet and Netscape servers on Microsoft Windows
  847.  
  848.    This section contains notes and hints specific to Sun Java System Web
  849.    Server, Sun ONE Web Server, iPlanet and Netscape server installs of
  850.    PHP on Windows.
  851.  
  852.    From PHP 4.3.3 on you can use PHP scripts with the NSAPI module to
  853.    generate custom directory listings and error pages. Additional
  854.    functions for Apache compatibility are also available. For support in
  855.    current webservers read the note about subrequests.
  856.      _________________________________________________________________
  857.  
  858. CGI setup on Sun, iPlanet and Netscape servers
  859.  
  860.    To install PHP as a CGI handler, do the following:
  861.  
  862.      * Copy php4ts.dll to your systemroot (the directory where you
  863.        installed Windows)
  864.      * Make a file association from the command line. Type the following
  865.        two lines:
  866.  
  867. assoc .php=PHPScript
  868. ftype PHPScript=c:\php\php.exe %1 %*
  869.  
  870.      * In the Netscape Enterprise Administration Server create a dummy
  871.        shellcgi directory and remove it just after (this step creates 5
  872.        important lines in obj.conf and allow the web server to handle
  873.        shellcgi scripts).
  874.      * In the Netscape Enterprise Administration Server create a new mime
  875.        type (Category: type, Content-Type: magnus-internal/shellcgi, File
  876.        Suffix:php).
  877.      * Do it for each web server instance you want PHP to run
  878.  
  879.    More details about setting up PHP as a CGI executable can be found
  880.    here: http://benoit.noss.free.fr/php/install-php.html
  881.      _________________________________________________________________
  882.  
  883. NSAPI setup on Sun, iPlanet and Netscape servers
  884.  
  885.    To install PHP with NSAPI, do the following:
  886.  
  887.      * Copy php4ts.dll to your systemroot (the directory where you
  888.        installed Windows)
  889.      * Make a file association from the command line. Type the following
  890.        two lines:
  891.  
  892. assoc .php=PHPScript
  893. ftype PHPScript=c:\php\php.exe %1 %*
  894.  
  895.      * In the Netscape Enterprise Administration Server create a new mime
  896.        type (Category: type, Content-Type: magnus-internal/x-httpd-php,
  897.        File Suffix: php).
  898.      * Edit magnus.conf (for servers >= 6) or obj.conf (for servers < 6)
  899.        and add the following: You should place the lines after mime types
  900.        init.
  901.  
  902. Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans" shlib="c:
  903. /php/sapi/php4nsapi.dll"
  904. Init fn="php4_init" LateInit="yes" errorString="Failed to initialise PHP!" [php
  905. _ini="c:/path/to/php.ini"]
  906.  
  907.        (PHP >= 4.3.3) The php_ini parameter is optional but with it you
  908.        can place your php.ini in your webserver config directory.
  909.      * Configure the default object in obj.conf (for virtual server
  910.        classes [Sun Web Server 6.0+] in their vserver.obj.conf): In the
  911.        <Object name="default"> section, place this line necessarily after
  912.        all 'ObjectType' and before all 'AddLog' lines:
  913.  
  914. Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inik
  915. ey=value ...]
  916.  
  917.        (PHP >= 4.3.3) As additional parameters you can add some special
  918.        php.ini-values, for example you can set a
  919.        docroot="/path/to/docroot" specific to the context php4_execute is
  920.        called. For boolean ini-keys please use 0/1 as value, not
  921.        "On","Off",... (this will not work correctly), e.g.
  922.        zlib.output_compression=1 instead of zlib.output_compression="On"
  923.      * This is only needed if you want to configure a directory that only
  924.        consists of PHP scripts (same like a cgi-bin directory):
  925.  
  926. <Object name="x-httpd-php">
  927. ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
  928. Service fn=php4_execute [inikey=value inikey=value ...]
  929. </Object>
  930.  
  931.        After that you can configure a directory in the Administration
  932.        server and assign it the style x-httpd-php. All files in it will
  933.        get executed as PHP. This is nice to hide PHP usage by renaming
  934.        files to .html.
  935.      * Restart your web service and apply changes
  936.      * Do it for each web server instance you want PHP to run
  937.  
  938.      Note: More details about setting up PHP as an NSAPI filter can be
  939.      found here: http://benoit.noss.free.fr/php/install-php4.html
  940.  
  941.      Note: The stacksize that PHP uses depends on the configuration of
  942.      the webserver. If you get crashes with very large PHP scripts, it
  943.      is recommended to raise it with the Admin Server (in the section
  944.      "MAGNUS EDITOR").
  945.      _________________________________________________________________
  946.  
  947. CGI environment and recommended modifications in php.ini
  948.  
  949.    Important when writing PHP scripts is the fact that Sun JSWS/Sun ONE
  950.    WS/iPlanet/Netscape is a multithreaded web server. Because of that all
  951.    requests are running in the same process space (the space of the
  952.    webserver itself) and this space has only one environment. If you want
  953.    to get CGI variables like PATH_INFO, HTTP_HOST etc. it is not the
  954.    correct way to try this in the old PHP 3.x way with getenv() or a
  955.    similar way (register globals to environment, $_ENV). You would only
  956.    get the environment of the running webserver without any valid CGI
  957.    variables!
  958.  
  959.      Note: Why are there (invalid) CGI variables in the environment?
  960.  
  961.      Answer: This is because you started the webserver process from the
  962.      admin server which runs the startup script of the webserver, you
  963.      wanted to start, as a CGI script (a CGI script inside of the admin
  964.      server!). This is why the environment of the started webserver has
  965.      some CGI environment variables in it. You can test this by starting
  966.      the webserver not from the administration server. Use the command
  967.      line as root user and start it manually - you will see there are no
  968.      CGI-like environment variables.
  969.  
  970.    Simply change your scripts to get CGI variables in the correct way for
  971.    PHP 4.x by using the superglobal $_SERVER. If you have older scripts
  972.    which use $HTTP_HOST, etc., you should turn on register_globals in
  973.    php.ini and change the variable order too (important: remove "E" from
  974.    it, because you do not need the environment here):
  975. variables_order = "GPCS"
  976. register_globals = On
  977.      _________________________________________________________________
  978.  
  979. Special use for error pages or self-made directory listings (PHP >= 4.3.3)
  980.  
  981.    You can use PHP to generate the error pages for "404 Not Found" or
  982.    similar. Add the following line to the object in obj.conf for every
  983.    error page you want to overwrite:
  984. Error fn="php4_execute" code=XXX script="/path/to/script.php" [inikey=value ini
  985. key=value...]
  986.  
  987.    where XXX is the HTTP error code. Please delete any other Error
  988.    directives which could interfere with yours. If you want to place a
  989.    page for all errors that could exist, leave the code parameter out.
  990.    Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
  991.  
  992.    Another possibility is to generate self-made directory listings. Just
  993.    create a PHP script which displays a directory listing and replace the
  994.    corresponding default Service line for
  995.    type="magnus-internal/directory" in obj.conf with the following:
  996. Service fn="php4_execute" type="magnus-internal/directory" script="/path/to/scr
  997. ipt.php" [inikey=value inikey=value...]
  998.  
  999.    For both error and directory listing pages the original URI and
  1000.    translated URI are in the variables $_SERVER['PATH_INFO'] and
  1001.    $_SERVER['PATH_TRANSLATED'].
  1002.      _________________________________________________________________
  1003.  
  1004. Note about nsapi_virtual() and subrequests (PHP >= 4.3.3)
  1005.  
  1006.    The NSAPI module now supports the nsapi_virtual() function (alias:
  1007.    virtual()) to make subrequests on the webserver and insert the result
  1008.    in the webpage. The problem is, that this function uses some
  1009.    undocumented features from the NSAPI library.
  1010.  
  1011.    Under Unix this is not a problem, because the module automatically
  1012.    looks for the needed functions and uses them if available. If not,
  1013.    nsapi_virtual() is disabled.
  1014.  
  1015.    Under Windows limitations in the DLL handling need the use of a
  1016.    automatic detection of the most recent ns-httpdXX.dll file. This is
  1017.    tested for servers till version 6.1. If a newer version of the Sun
  1018.    server is used, the detection fails and nsapi_virtual() is disabled.
  1019.  
  1020.    If this is the case, try the following: Add the following parameter to
  1021.    php4_init in magnus.conf/obj.conf:
  1022.    Init fn=php4_init ... server_lib="ns-httpdXX.dll"
  1023.  
  1024.    where XX is the correct DLL version number. To get it, look in the
  1025.    server-root for the correct DLL name. The DLL with the biggest
  1026.    filesize is the right one.
  1027.  
  1028.    You can check the status by using the phpinfo() function.
  1029.  
  1030.      Note: But be warned: Support for nsapi_virtual() is EXPERIMENTAL!!!
  1031.      _________________________________________________________________
  1032.  
  1033. OmniHTTPd Server
  1034.  
  1035.    This section contains notes and hints specific to OmniHTTPd on
  1036.    Windows.
  1037.  
  1038.      Note: You should read the manual installation steps first!
  1039.  
  1040.    Warning
  1041.  
  1042.    By using the CGI setup, your server is open to several possible
  1043.    attacks. Please read our CGI security section to learn how to defend
  1044.    yourself from those attacks.
  1045.  
  1046.    You need to complete the following steps to make PHP work with
  1047.    OmniHTTPd. This is a CGI executable setup. SAPI is supported by
  1048.    OmniHTTPd, but some tests have shown that it is not so stable to use
  1049.    PHP as an ISAPI module.
  1050.  
  1051.      Important for CGI users: Read the faq on cgi.force_redirect for
  1052.      important details. This directive needs to be set to 0.
  1053.  
  1054.     1. Install OmniHTTPd server.
  1055.     2. Right click on the blue OmniHTTPd icon in the system tray and
  1056.        select Properties
  1057.     3. Click on Web Server Global Settings
  1058.     4. On the 'External' tab, enter: virtual = .php | actual =
  1059.        c:\php\php.exe (use php-cgi.exe if installing PHP 5), and use the
  1060.        Add button.
  1061.     5. On the Mime tab, enter: virtual = wwwserver/stdcgi | actual =
  1062.        .php, and use the Add button.
  1063.     6. Click OK
  1064.  
  1065.    Repeat steps 2 - 6 for each extension you want to associate with PHP.
  1066.  
  1067.      Note: Some OmniHTTPd packages come with built in PHP support. You
  1068.      can choose at setup time to do a custom setup, and uncheck the PHP
  1069.      component. We recommend you to use the latest PHP binaries. Some
  1070.      OmniHTTPd servers come with PHP 4 beta distributions, so you should
  1071.      choose not to set up the built in support, but install your own. If
  1072.      the server is already on your machine, use the Replace button in
  1073.      Step 4 and 5 to set the new, correct information.
  1074.      _________________________________________________________________
  1075.  
  1076. Sambar Server on Microsoft Windows
  1077.  
  1078.    This section contains notes and hints specific to the Sambar Server
  1079.    for Windows.
  1080.  
  1081.      Note: You should read the manual installation steps first!
  1082.  
  1083.    This list describes how to set up the ISAPI module to work with the
  1084.    Sambar server on Windows.
  1085.  
  1086.      * Find the file called mappings.ini (in the config directory) in the
  1087.        Sambar install directory.
  1088.      * Open mappings.ini and add the following line under [ISAPI]:
  1089.  
  1090.    Example 2-7. ISAPI configuration of Sambar
  1091. #for PHP 4
  1092. *.php = c:\php\php4isapi.dll
  1093.  
  1094. #for PHP 5
  1095. *.php = c:\php\php5isapi.dll
  1096.  
  1097.        (This line assumes that PHP was installed in c:\php.)
  1098.      * Now restart the Sambar server for the changes to take effect.
  1099.      _________________________________________________________________
  1100.  
  1101. Xitami on Microsoft Windows
  1102.  
  1103.    This section contains notes and hints specific to Xitami on Windows.
  1104.  
  1105.      Note: You should read the manual installation steps first!
  1106.  
  1107.    This list describes how to set up the PHP CGI binary to work with
  1108.    Xitami on Windows.
  1109.  
  1110.      Important for CGI users: Read the faq on cgi.force_redirect for
  1111.      important details. This directive needs to be set to 0. If you want
  1112.      to use $_SERVER['PHP_SELF'] you have to enable the cgi.fix_pathinfo
  1113.      directive.
  1114.  
  1115.    Warning
  1116.  
  1117.    By using the CGI setup, your server is open to several possible
  1118.    attacks. Please read our CGI security section to learn how to defend
  1119.    yourself from those attacks.
  1120.  
  1121.      * Make sure the webserver is running, and point your browser to
  1122.        xitamis admin console (usually http://127.0.0.1/admin), and click
  1123.        on Configuration.
  1124.      * Navigate to the Filters, and put the extension which PHP should
  1125.        parse (i.e. .php) into the field File extensions (.xxx).
  1126.      * In Filter command or script put the path and name of your PHP CGI
  1127.        executable i.e. C:\php\php.exe for PHP 4, or C:\php\php-cgi.exe
  1128.        for PHP 5.
  1129.      * Press the 'Save' icon.
  1130.      * Restart the server to reflect changes.
  1131.      _________________________________________________________________
  1132.  
  1133. Installation of extensions on Windows
  1134.  
  1135.    After installing PHP and a webserver on Windows, you will probably
  1136.    want to install some extensions for added functionality. You can
  1137.    choose which extensions you would like to load when PHP starts by
  1138.    modifying your php.ini. You can also load a module dynamically in your
  1139.    script using dl().
  1140.  
  1141.    The DLLs for PHP extensions are prefixed with php_.
  1142.  
  1143.      Note: In PHP 4.3.1 BCMath, Calendar, COM, Ctype, FTP, MySQL, ODBC,
  1144.      Overload, PCRE, Session, Tokenizer, WDDX, XML and Zlib support is
  1145.      built in. You don't need to load any additional extensions in order
  1146.      to use these functions. See your distributions README.txt or
  1147.      install.txt or this table for a list of built in modules.
  1148.  
  1149.    The default location PHP searches for extensions is c:\php4\extensions
  1150.    in PHP 4 and c:\php5 in PHP 5. To change this setting to reflect your
  1151.    setup of PHP edit your php.ini file:
  1152.  
  1153.      * You will need to change the extension_dir setting to point to the
  1154.        directory where your extensions lives, or where you have placed
  1155.        your php_*.dll files. Please do not forget the last backslash. For
  1156.        example:
  1157.  
  1158. extension_dir = c:/php/extensions/
  1159.  
  1160.      * Enable the extension(s) in php.ini you want to use by uncommenting
  1161.        the extension=php_*.dll lines in php.ini. This is done by deleting
  1162.        the leading ; form the extension you want to load.
  1163.  
  1164.    Example 2-8. Enable Bzip2 extension for PHP-Windows
  1165. // change the following line from ...
  1166. ;extension=php_bz2.dll
  1167.  
  1168. // ... to
  1169. extension=php_bz2.dll
  1170.  
  1171.      * Some of the extensions need extra DLLs to work. Couple of them can
  1172.        be found in the distribution package, in the C:\php\dlls\ folder
  1173.        in PHP 4 or in the main folder in PHP 5, but some, for example
  1174.        Oracle (php_oci8.dll) require DLLs which are not bundled with the
  1175.        distribution package. If you are installing PHP 4, copy the
  1176.        bundled DLLs from C:\php\dlls folder to the main C:\php folder.
  1177.        Don't forget to include C:\php in the system PATH (this process is
  1178.        explained in a separate FAQ entry).
  1179.  
  1180.      Note: If you are running a server module version of PHP remember to
  1181.      restart your webserver to reflect your changes to php.ini.
  1182.  
  1183.    The following table describes some of the extensions available and
  1184.    required additional dlls.
  1185.  
  1186.    Table 2-1. PHP Extensions
  1187.    Extension Description Notes
  1188.    php_bz2.dll bzip2 compression functions None
  1189.    php_calendar.dll Calendar conversion functions Built in since PHP
  1190.    4.0.3
  1191.    php_cpdf.dll ClibPDF functions None
  1192.    php_crack.dll Crack functions None
  1193.    php_ctype.dll ctype family functions Built in since PHP 4.3.0
  1194.    php_curl.dll CURL, Client URL library functions Requires:
  1195.    libeay32.dll, ssleay32.dll (bundled)
  1196.    php_cybercash.dll Cybercash payment functions PHP <= 4.2.0
  1197.    php_db.dll DBM functions Deprecated. Use DBA instead (php_dba.dll)
  1198.    php_dba.dll DBA: DataBase (dbm-style) Abstraction layer functions None
  1199.    php_dbase.dll dBase functions None
  1200.    php_dbx.dll dbx functions
  1201.    php_domxml.dll DOM XML functions PHP <= 4.2.0 requires: libxml2.dll
  1202.    (bundled) PHP >= 4.3.0 requires: iconv.dll (bundled)
  1203.    php_dotnet.dll .NET functions PHP <= 4.1.1
  1204.    php_exif.dll Read EXIF headers from JPEG None
  1205.    php_fbsql.dll FrontBase functions PHP <= 4.2.0
  1206.    php_fdf.dll FDF: Forms Data Format functions. Requires: fdftk.dll
  1207.    (bundled)
  1208.    php_filepro.dll filePro functions Read-only access
  1209.    php_ftp.dll FTP functions Built-in since PHP 4.0.3
  1210.    php_gd.dll GD library image functions Removed in PHP 4.3.2. Also note
  1211.    that truecolor functions are not available in GD1, instead, use
  1212.    php_gd2.dll.
  1213.    php_gd2.dll GD library image functions GD2
  1214.    php_gettext.dll Gettext functions PHP <= 4.2.0 requires
  1215.    gnu_gettext.dll (bundled), PHP >= 4.2.3 requires libintl-1.dll,
  1216.    iconv.dll (bundled).
  1217.    php_hyperwave.dll HyperWave functions None
  1218.    php_iconv.dll ICONV characterset conversion Requires: iconv-1.3.dll
  1219.    (bundled), PHP >=4.2.1 iconv.dll
  1220.    php_ifx.dll Informix functions Requires: Informix libraries
  1221.    php_iisfunc.dll IIS management functions None
  1222.    php_imap.dll IMAP POP3 and NNTP functions None
  1223.    php_ingres.dll Ingres II functions Requires: Ingres II libraries
  1224.    php_interbase.dll InterBase functions Requires: gds32.dll (bundled)
  1225.    php_java.dll Java functions PHP <= 4.0.6 requires: jvm.dll (bundled)
  1226.    php_ldap.dll LDAP functions PHP <= 4.2.0 requires libsasl.dll
  1227.    (bundled), PHP >= 4.3.0 requires libeay32.dll, ssleay32.dll (bundled)
  1228.    php_mbstring.dll Multi-Byte String functions None
  1229.    php_mcrypt.dll Mcrypt Encryption functions Requires: libmcrypt.dll
  1230.    php_mhash.dll Mhash functions PHP >= 4.3.0 requires: libmhash.dll
  1231.    (bundled)
  1232.    php_mime_magic.dll Mimetype functions Requires: magic.mime (bundled)
  1233.    php_ming.dll Ming functions for Flash None
  1234.    php_msql.dll mSQL functions Requires: msql.dll (bundled)
  1235.    php_mssql.dll MSSQL functions Requires: ntwdblib.dll (bundled)
  1236.    php_mysql.dll MySQL functions PHP >= 5.0.0, requires libmysql.dll
  1237.    (bundled)
  1238.    php_mysqli.dll MySQLi functions PHP >= 5.0.0, requires libmysqli.dll
  1239.    (bundled)
  1240.    php_oci8.dll Oracle 8 functions Requires: Oracle 8.1+ client libraries
  1241.    php_openssl.dll OpenSSL functions Requires: libeay32.dll (bundled)
  1242.    php_oracle.dll Oracle functions Requires: Oracle 7 client libraries
  1243.    php_overload.dll Object overloading functions Built in since PHP 4.3.0
  1244.    php_pdf.dll PDF functions None
  1245.    php_pgsql.dll PostgreSQL functions None
  1246.    php_printer.dll Printer functions None
  1247.    php_shmop.dll Shared Memory functions None
  1248.    php_snmp.dll SNMP get and walk functions NT only!
  1249.    php_soap.dll SOAP functions PHP >= 5.0.0
  1250.    php_sockets.dll Socket functions None
  1251.    php_sybase_ct.dll Sybase functions Requires: Sybase client libraries
  1252.    php_tidy.dll Tidy functions PHP >= 5.0.0
  1253.    php_tokenizer.dll Tokenizer functions Built in since PHP 4.3.0
  1254.    php_w32api.dll W32api functions None
  1255.    php_xmlrpc.dll XML-RPC functions PHP >= 4.2.1 requires: iconv.dll
  1256.    (bundled)
  1257.    php_xslt.dll XSLT functions PHP <= 4.2.0 requires sablot.dll,
  1258.    expat.dll (bundled). PHP >= 4.2.1 requires sablot.dll, expat.dll,
  1259.    iconv.dll (bundled).
  1260.    php_yaz.dll YAZ functions Requires: yaz.dll (bundled)
  1261.    php_zip.dll Zip File functions Read only access
  1262.    php_zlib.dll ZLib compression functions Built in since PHP 4.3.0
  1263.      _________________________________________________________________
  1264.  
  1265. Chapter 3. Problems?
  1266.  
  1267. Read the FAQ
  1268.  
  1269.    Some problems are more common than others. The most common ones are
  1270.    listed in the PHP FAQ, part of this manual.
  1271.      _________________________________________________________________
  1272.  
  1273. Other problems
  1274.  
  1275.    If you are still stuck, someone on the PHP installation mailing list
  1276.    may be able to help you. You should check out the archive first, in
  1277.    case someone already answered someone else who had the same problem as
  1278.    you. The archives are available from the support page on
  1279.    http://www.php.net/support.php. To subscribe to the PHP installation
  1280.    mailing list, send an empty mail to
  1281.    php-install-subscribe@lists.php.net. The mailing list address is
  1282.    php-install@lists.php.net.
  1283.  
  1284.    If you want to get help on the mailing list, please try to be precise
  1285.    and give the necessary details about your environment (which operating
  1286.    system, what PHP version, what web server, if you are running PHP as
  1287.    CGI or a server module, safe mode, etc...), and preferably enough code
  1288.    to make others able to reproduce and test your problem.
  1289.      _________________________________________________________________
  1290.  
  1291. Bug reports
  1292.  
  1293.    If you think you have found a bug in PHP, please report it. The PHP
  1294.    developers probably don't know about it, and unless you report it,
  1295.    chances are it won't be fixed. You can report bugs using the
  1296.    bug-tracking system at http://bugs.php.net/. Please do not send bug
  1297.    reports in mailing list or personal letters. The bug system is also
  1298.    suitable to submit feature requests.
  1299.  
  1300.    Read the How to report a bug document before submitting any bug
  1301.    reports!
  1302.      _________________________________________________________________
  1303.  
  1304. Chapter 4. Runtime Configuration
  1305.  
  1306. The configuration file
  1307.  
  1308.    The configuration file (called php3.ini in PHP 3, and simply php.ini
  1309.    as of PHP 4) is read when PHP starts up. For the server module
  1310.    versions of PHP, this happens only once when the web server is
  1311.    started. For the CGI and CLI version, it happens on every invocation.
  1312.  
  1313.    The default location of php.ini is a compile time option (see the FAQ
  1314.    entry), but can be changed for the CGI and CLI version with the -c
  1315.    command line switch, see the chapter about using PHP from the command
  1316.    line. You can also use the environment variable PHPRC for an
  1317.    additional path to search for a php.ini file.
  1318.  
  1319.    If php-SAPI.ini exists (where SAPI is used SAPI, so the filename is
  1320.    e.g. php-cli.ini or php-apache.ini), it's used instead of php.ini.
  1321.  
  1322.      Note: The Apache web server changes the directory to root at
  1323.      startup causing PHP to attempt to read php.ini from the root
  1324.      filesystem if it exists.
  1325.  
  1326.    The php.ini directives handled by extensions are documented
  1327.    respectively on the pages of the extensions themselfs. The list of the
  1328.    core directives is available in the appendix. Probably not all the PHP
  1329.    directives are documented in the manual though. For a completel list
  1330.    of directives available in your PHP version, please read your well
  1331.    commented php.ini file. Alternatively, you may find the the latest
  1332.    php.ini from CVS helpful too.
  1333.  
  1334.    Example 4-1. php.ini example
  1335. ; any text on a line after an unquoted semicolon (;) is ignored
  1336. [php] ; section markers (text within square brackets) are also ignored
  1337. ; Boolean values can be set to either:
  1338. ;    true, on, yes
  1339. ; or false, off, no, none
  1340. register_globals = off
  1341. track_errors = yes
  1342.  
  1343. ; you can enclose strings in double-quotes
  1344. include_path = ".:/usr/local/lib/php"
  1345.  
  1346. ; backslashes are treated the same as any other character
  1347. include_path = ".;c:\php\lib"
  1348.      _________________________________________________________________
  1349.  
  1350. How to change configuration settings
  1351.  
  1352. Running PHP as an Apache module
  1353.  
  1354.    When using PHP as an Apache module, you can also change the
  1355.    configuration settings using directives in Apache configuration files
  1356.    (e.g. httpd.conf) and .htaccess files. You will need "AllowOverride
  1357.    Options" or "AllowOverride All" privileges to do so.
  1358.  
  1359.    With PHP 4 and PHP 5, there are several Apache directives that allow
  1360.    you to change the PHP configuration from within the Apache
  1361.    configuration files. For a listing of which directives are
  1362.    PHP_INI_ALL, PHP_INI_PERDIR, or PHP_INI_SYSTEM, have a look at the
  1363.    table found within the ini_set() documentation.
  1364.  
  1365.      Note: With PHP 3, there are Apache directives that correspond to
  1366.      each configuration setting in the php3.ini name, except the name is
  1367.      prefixed by "php3_".
  1368.  
  1369.    php_value name value
  1370.           Sets the value of the specified directive. Can be used only
  1371.           with PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
  1372.           previously set value use none as the value.
  1373.  
  1374.      Note: Don't use php_value to set boolean values. php_flag (see
  1375.      below) should be used instead.
  1376.  
  1377.    php_flag name on|off
  1378.           Used to set a boolean configuration directive. Can be used only
  1379.           with PHP_INI_ALL and PHP_INI_PERDIR type directives.
  1380.  
  1381.    php_admin_value name value
  1382.           Sets the value of the specified directive. This can not be used
  1383.           in .htaccess files. Any directive type set with php_admin_value
  1384.           can not be overridden by .htaccess or virtualhost directives.
  1385.           To clear a previously set value use none as the value.
  1386.  
  1387.    php_admin_flag name on|off
  1388.           Used to set a boolean configuration directive. This can not be
  1389.           used in .htaccess files. Any directive type set with
  1390.           php_admin_flag can not be overridden by .htaccess or
  1391.           virtualhost directives.
  1392.  
  1393.    Example 4-2. Apache configuration example
  1394. <IfModule mod_php5.c>
  1395.   php_value include_path ".:/usr/local/lib/php"
  1396.   php_admin_flag safe_mode on
  1397. </IfModule>
  1398. <IfModule mod_php4.c>
  1399.   php_value include_path ".:/usr/local/lib/php"
  1400.   php_admin_flag safe_mode on
  1401. </IfModule>
  1402. <IfModule mod_php3.c>
  1403.   php3_include_path ".:/usr/local/lib/php"
  1404.   php3_safe_mode on
  1405. </IfModule>
  1406.  
  1407.    Caution
  1408.  
  1409.    PHP constants do not exist outside of PHP. For example, in httpd.conf
  1410.    you can not use PHP constants such as E_ALL or E_NOTICE to set the
  1411.    error_reporting directive as they will have no meaning and will
  1412.    evaluate to 0. Use the associated bitmask values instead. These
  1413.    constants can be used in php.ini
  1414.      _________________________________________________________________
  1415.  
  1416. Changing PHP configuration via the Windows registry
  1417.  
  1418.    When running PHP on Windows, the configuration values can be modified
  1419.    on a per-directory basis using the Windows registry. The configuration
  1420.    values are stored in the registry key HKLM\SOFTWARE\PHP\Per Directory
  1421.    Values, in the sub-keys corresponding to the path names. For example,
  1422.    configuration values for the directory c:\inetpub\wwwroot would be
  1423.    stored in the key HKLM\SOFTWARE\PHP\Per Directory
  1424.    Values\c\inetpub\wwwroot. The settings for the directory would be
  1425.    active for any script running from this directory or any subdirectory
  1426.    of it. The values under the key should have the name of the PHP
  1427.    configuration directive and the string value. PHP constants in the
  1428.    values are not parsed.
  1429.      _________________________________________________________________
  1430.  
  1431. Other interfaces to PHP
  1432.  
  1433.    Regardless of how you run PHP, you can change certain values at
  1434.    runtime of your scripts through ini_set(). See the documentation on
  1435.    the ini_set() page for more information.
  1436.  
  1437.    If you are interested in a complete list of configuration settings on
  1438.    your system with their current values, you can execute the phpinfo()
  1439.    function, and review the resulting page. You can also access the
  1440.    values of individual configuration directives at runtime using
  1441.    ini_get() or get_cfg_var().
  1442.